import { ToastProps } from '../../internal/components/Toast'; type SignatureToastProps = { children?: React.ReactNode; } & Pick; export declare function SignatureToast({ children, className, duration, position, }: SignatureToastProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=SignatureToast.d.ts.map