import { ITheme } from './ITheme'; export declare const useStyle: (props?: P) => import("react-fela").FelaHookProps>>; export declare const browser: ({ browserName }: ITheme) => (values: string[]) => boolean;