import { IOptions } from '@amaui/style/inline';
import { TValue } from './style';
export default function inline(value_: TValue, props?: any, options_?: IOptions): any;
