import { IconProps } from '../iconUtils'; export declare const AttachFile: import('react').MemoExoticComponent<(props: IconProps) => import('react').ReactElement>; export type AttachFileProps = IconProps; export default AttachFile;