import { UnitValue } from "../types"; export declare type AppearanceProps = { o?: UnitValue; }; export declare function appearance(props: AppearanceProps): any;