import { PropType } from "vue"; import { ExtractPublicPropTypes } from "../../util/extract-public-props"; import "./styles/Icon.css"; declare const iconProps: { size: PropType; color: StringConstructor; }; export declare type IconProps = ExtractPublicPropTypes; declare const _default: import("vue").DefineComponent<{ size: PropType; color: StringConstructor; }, { mergedStyle: import("vue").ComputedRef<{ lineHeight: string | undefined; width: string | undefined; height: string | undefined; color: string | undefined; }>; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; color: StringConstructor; }>>, {}>; export default _default;