import type { InputSize } from './withEnhancedInput.css'; export declare const root: string; export declare const labelStyle: Record<"small" | "medium" | "large" | "base", string>; export declare const notchGapPlaceholder: Record<"small" | "medium" | "large" | "base", string>; export declare const borders: { root: { default: string[]; disabled: string; }; complete: string[]; leading: string[]; middle: string[]; trailing: string[]; }; export declare const bordersAttach: { complete: Record<"ALL" | "BOTTOM" | "LEFT" | "NONE" | "RIGHT" | "TOP", string>; flatCorners: Record<"BOTTOM_LEFT" | "BOTTOM_RIGHT" | "TOP_LEFT" | "TOP_RIGHT", string>; }; export type BordersAttach = keyof typeof bordersAttach.complete; export declare const bordersMerged: { complete: Record<"ALL" | "BOTTOM" | "LEFT" | "NONE" | "RIGHT" | "TOP", string>; flatCorners: Record<"BOTTOM_LEFT" | "BOTTOM_RIGHT" | "TOP_LEFT" | "TOP_RIGHT", string>; }; export type BordersMerged = keyof typeof bordersMerged.complete; export declare const placeholder: Record<"default" | "disabled" | "mutedLabelStyles", string>; export declare const placeholderPlacement: Record>; export declare const largeBorder: string; export declare const largeBorderY: string; //# sourceMappingURL=NotchedBase.css.d.ts.map