import { IOptions } from '@amaui/style/style';
import { TValue } from './style';
export default function className(value_: string | TValue, props_?: any, className_?: string, options_?: IOptions): string;
