interface AddAttachmentButtonProps { label: string; handleClick: () => void; } declare const AddAttachmentButton: ({ label, handleClick, }: AddAttachmentButtonProps) => import("react/jsx-runtime").JSX.Element; export default AddAttachmentButton;