import { HTMLChakraProps } from "../system"; export interface TabIndicatorProps extends HTMLChakraProps<"div"> { } /** * TabIndicator * * Used to render an active tab indicator that animates between * selected tabs. */ export declare const TabIndicator: import("../system").ComponentWithAs<"div", TabIndicatorProps>;