export declare const Size: {
    readonly xsmall: "xsmall";
    readonly small: "small";
    readonly medium: "medium";
    readonly large: "large";
    readonly xlarge: "xlarge";
    readonly xxlarge: "xxlarge";
    readonly xxxlarge: "xxxlarge";
};
export declare const Roundness: {
    readonly small: "small";
    readonly medium: "medium";
    readonly large: "large";
    readonly full: "full";
};
export declare const FillMode: {
    readonly solid: "solid";
    readonly flat: "flat";
    readonly outline: "outline";
    readonly clear: "clear";
    readonly link: "link";
};
export declare const ThemeColor: {
    readonly inherit: "inherit";
    readonly base: "base";
    readonly primary: "primary";
    readonly secondary: "secondary";
    readonly tertiary: "tertiary";
    readonly info: "info";
    readonly success: "success";
    readonly warning: "warning";
    readonly error: "error";
    readonly dark: "dark";
    readonly light: "light";
    readonly inverse: "inverse";
};
export declare const States: {
    readonly open: "open";
    readonly hover: "hover";
    readonly focus: "focus";
    readonly active: "active";
    readonly selected: "selected";
    readonly disabled: "disabled";
    readonly valid: "valid";
    readonly invalid: "invalid";
    readonly loading: "loading";
    readonly required: "required";
    readonly empty: "empty";
    readonly indeterminate: "indeterminate";
    readonly checked: "checked";
    readonly readonly: "readonly";
};
export declare const kendoThemeMaps: {
    readonly calloutMap: {
        readonly top: "n";
        readonly bottom: "s";
        readonly left: "w";
        readonly right: "e";
    };
    readonly orientationMap: {
        readonly vertical: "vstack";
        readonly horizontal: "hstack";
    };
};
