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