import { type VariantProps } from 'class-variance-authority'; import type { StyleSlots } from '../../../core/types'; /** * Style slots for TextFlow component */ export type TextFlowSlot = 'root' | 'token' | 'separator' | 'overflow' | 'placeholder'; /** * Base styles for TextFlow component */ export declare const textFlowBaseStyles: StyleSlots; /** * CVA variants for TextFlow root container */ export declare const textFlowVariants: (props?: import("class-variance-authority/types").ClassProp | undefined) => string; export type TextFlowVariants = VariantProps; //# sourceMappingURL=TextFlow.styles.d.ts.map