import { IntentVals } from '../../enhancers'; import { BoxOwnProps } from '../Box/types'; export declare type AppearanceVals = 'default' | 'minimal'; export declare const variants: Record>>;