/// <reference types="react" />
export interface IconFileTrayProps {
    size?: string;
    style?: React.CSSProperties;
}
export declare const IconFileTray: React.FC<IconFileTrayProps>;
