import './DefaultAttachment.scss'; type DefaultAttachmentComponentProps = { fileName: string; fileUrl: string; }; declare const DefaultAttachment: ({ fileName, fileUrl, }: DefaultAttachmentComponentProps) => import("react/jsx-runtime").JSX.Element; export default DefaultAttachment; //# sourceMappingURL=DefaultAttachment.d.ts.map