declare const IconProps: {
    iconName: {
        type: StringConstructor;
        required: boolean;
    };
    className: {
        type: StringConstructor;
        default: string;
    };
};
export default IconProps;
