import * as React from 'react';
export default function useStyle(prefixCls: string): [(node: React.ReactNode) => React.ReactElement, string];
