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