import React from 'react'; import { type IconsIconProps } from './types'; export declare function IconDocument(props: IconsIconProps): React.JSX.Element;