import { VariantProps } from 'tailwind-variants'; export declare const inputPinStyles: import('tailwind-variants').TVReturnType<{ inputSize: { xs: { slot: string; }; sm: { slot: string; }; md: { slot: string; }; lg: { slot: string; }; xl: { slot: string; }; }; orientation: { horizontal: {}; vertical: {}; }; isActive: { true: { slot: string; }; }; hasError: { true: { slot: string; }; }; }, { container: string; input: string; group: string; slot: string[]; slotCaretContainer: string; slotCaret: string; separator: string; separatorInner: string; }, undefined, { inputSize: { xs: { slot: string; }; sm: { slot: string; }; md: { slot: string; }; lg: { slot: string; }; xl: { slot: string; }; }; orientation: { horizontal: {}; vertical: {}; }; isActive: { true: { slot: string; }; }; hasError: { true: { slot: string; }; }; }, { container: string; input: string; group: string; slot: string[]; slotCaretContainer: string; slotCaret: string; separator: string; separatorInner: string; }, import('tailwind-variants').TVReturnType<{ inputSize: { xs: { slot: string; }; sm: { slot: string; }; md: { slot: string; }; lg: { slot: string; }; xl: { slot: string; }; }; orientation: { horizontal: {}; vertical: {}; }; isActive: { true: { slot: string; }; }; hasError: { true: { slot: string; }; }; }, { container: string; input: string; group: string; slot: string[]; slotCaretContainer: string; slotCaret: string; separator: string; separatorInner: string; }, undefined, unknown, unknown, undefined>>; export type InputPinStyles = VariantProps; //# sourceMappingURL=input-pin.css.d.ts.map