import type { CommonInternalProps } from './common-internal.props'; import type { ColorProp, CommonStyleProps, HexColor } from './style.props'; export declare function convertCommonStyle(style: CommonStyleProps): CommonInternalProps; export declare function convertColor(color: ColorProp): HexColor; //# sourceMappingURL=style.utils.d.ts.map