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