interface AttachmentProps {
    accept: string;
    onChange: (event: any) => void;
}
export declare const Attachment: ({ accept, onChange }: AttachmentProps) => import("react/jsx-runtime").JSX.Element;
export {};
