export declare function mergePropsToStyleObj({ props, propsAvailable, styleObj, }: { props: Record; propsAvailable?: any; styleObj: Record | any; }): void;