/** * これはCSVImportUIのためにsumyca-manager-frontで作成されたものであり、 * matsuri-uiのコンポーネントとして使用できません。 */ export declare const UploadCsvButton: ({ onChange, }: { onChange: (file: File) => void; }) => import("@emotion/react/jsx-runtime").JSX.Element;