import { JSX } from 'solid-js/jsx-runtime'; type FileUploadButtonProps = { buttonColor?: string; isDisabled?: boolean; isLoading?: boolean; disableIcon?: boolean; } & JSX.ButtonHTMLAttributes; export declare const AttachmentUploadButton: (props: FileUploadButtonProps) => JSX.Element; export declare const Spinner: (props: JSX.SvgSVGAttributes) => JSX.Element; export {}; //# sourceMappingURL=AttachmentUploadButton.d.ts.map