import { BoxInterface } from './box.types'; export declare function boxTheme(props: BoxInterface): any; export declare function boxAppearanceTheme(props: BoxInterface): any;