interface ISwatchLimitModalProps { isOpen: boolean; header?: string; body: string; onClose: () => void; } export declare const SwatchLimitModal: ({ isOpen, header, body, onClose, }: ISwatchLimitModalProps) => import("react/jsx-runtime").JSX.Element; export {};