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