import { Style, UseStyles } from 'mic-global'; /** * A method to create property component styles * @param className A string represents the class name * @param styles An object represetns the component styles */ export declare const createPropertyComponentStyles: (className: string, style: Style) => UseStyles;