import React from 'react';
import { IOptions } from '@onesy/style/style';
import { TValue } from './style';
declare const styled: (Element: any) => (value: TValue, options?: IOptions) => React.ElementType;
export default styled;
