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