import { AttachmentProps } from '../../../types/promptInput'; export declare const getFileExtension: (fullString: string) => string; declare const Attachment: (props: AttachmentProps) => import("react/jsx-runtime").JSX.Element; export default Attachment;