import { IResponse } from '@amaui/style';
import { IOptions } from '@amaui/style/pure';
import { TValue } from './style';
export default function pure(value: TValue, options_?: IOptions): (props_?: any) => IResponse;
