declare const defaultPropValues: {
    height: number;
    width: number;
    fill: string;
    stroke: string;
};
export declare const Icon160PropValues: {
    height: number;
    width: number;
    fill: string;
    stroke: string;
};
export declare const Icon20PropValues: {
    height: number;
    width: number;
    fill: string;
    stroke: string;
};
export declare const Icon48PropValues: {
    height: number;
    width: number;
    fill: string;
    stroke: string;
};
export default defaultPropValues;
//# sourceMappingURL=_defaultIconPropValues.d.ts.map