export declare const Props: {
    readonly icon: StringConstructor;
    readonly color: StringConstructor;
    readonly size: {
        readonly type: StringConstructor;
        readonly default: () => string;
    };
};
