NotifiSmartLinkProps: {
    actionHandler: ActionHandler;
    classNames?: {
        componentContainer?: string;
        container?: string;
        ErrorView?: ErrorViewProps["classNames"];
        image?: string;
        name?: string;
        nameLogo?: string;
        SmartLinkAction?: SmartLinkActionProps["classNames"];
        smartLinkImage?: string;
        smartLinkText?: string;
        subtitle?: string;
        title?: string;
    };
    copy?: {
        SmartLinkAction?: SmartLinkActionProps["copy"];
    };
    preAction?: PreAction;
    smartLinkId: string;
    theme?: "light";
}