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