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