export declare type Theme = string | "primary" | "success" | "warning" | "danger" | "lite" | "dark";
export declare type NavPartition = string | "2:1" | "1:2" | "1:1";
export declare type InputStyle = string | "control" | "material";
