import { type VariantProps } from "tailwind-variants";
export type IndicatorVariants = VariantProps<typeof indicator>;
export declare const indicator: import("tailwind-variants").TVReturnType<{
    color: {
        primary: string;
        secondary: string;
        gray: string;
        red: string;
        orange: string;
        amber: string;
        yellow: string;
        lime: string;
        green: string;
        emerald: string;
        teal: string;
        cyan: string;
        sky: string;
        blue: string;
        indigo: string;
        violet: string;
        purple: string;
        fuchsia: string;
        pink: string;
        rose: string;
    };
    size: {
        xs: string;
        sm: string;
        md: string;
        lg: string;
        xl: string;
    };
    cornerStyle: {
        rounded: string;
        circular: string;
    };
    border: {
        true: string;
        false: {};
    };
    hasChildren: {
        true: string;
        false: {};
    };
    placement: {
        default: string;
        "top-left": string;
        "top-center": string;
        "top-right": string;
        "center-left": string;
        center: string;
        "center-right": string;
        "bottom-left": string;
        "bottom-center": string;
        "bottom-right": string;
    };
    offset: {
        true: {};
        false: {};
    };
}, undefined, "shrink-0", {
    color: {
        primary: string;
        secondary: string;
        gray: string;
        red: string;
        orange: string;
        amber: string;
        yellow: string;
        lime: string;
        green: string;
        emerald: string;
        teal: string;
        cyan: string;
        sky: string;
        blue: string;
        indigo: string;
        violet: string;
        purple: string;
        fuchsia: string;
        pink: string;
        rose: string;
    };
    size: {
        xs: string;
        sm: string;
        md: string;
        lg: string;
        xl: string;
    };
    cornerStyle: {
        rounded: string;
        circular: string;
    };
    border: {
        true: string;
        false: {};
    };
    hasChildren: {
        true: string;
        false: {};
    };
    placement: {
        default: string;
        "top-left": string;
        "top-center": string;
        "top-right": string;
        "center-left": string;
        center: string;
        "center-right": string;
        "bottom-left": string;
        "bottom-center": string;
        "bottom-right": string;
    };
    offset: {
        true: {};
        false: {};
    };
}, undefined, import("tailwind-variants").TVReturnType<{
    color: {
        primary: string;
        secondary: string;
        gray: string;
        red: string;
        orange: string;
        amber: string;
        yellow: string;
        lime: string;
        green: string;
        emerald: string;
        teal: string;
        cyan: string;
        sky: string;
        blue: string;
        indigo: string;
        violet: string;
        purple: string;
        fuchsia: string;
        pink: string;
        rose: string;
    };
    size: {
        xs: string;
        sm: string;
        md: string;
        lg: string;
        xl: string;
    };
    cornerStyle: {
        rounded: string;
        circular: string;
    };
    border: {
        true: string;
        false: {};
    };
    hasChildren: {
        true: string;
        false: {};
    };
    placement: {
        default: string;
        "top-left": string;
        "top-center": string;
        "top-right": string;
        "center-left": string;
        center: string;
        "center-right": string;
        "bottom-left": string;
        "bottom-center": string;
        "bottom-right": string;
    };
    offset: {
        true: {};
        false: {};
    };
}, undefined, "shrink-0", unknown, unknown, undefined>>;
