import { IComponentOptions } from '../types'; export default function useStyle(componentName: string, props: TProps, options: IComponentOptions): { [propName: string]: any; };