export declare const FEEDBACK_VARIANTS: readonly ["error", "success", "warning"]; export type FeedbackVariant = (typeof FEEDBACK_VARIANTS)[number]; export declare const MAX_LENGTH_COUNTER_POSITION: readonly ["inside", "outside"]; export type MaxLengthCounterPositions = (typeof MAX_LENGTH_COUNTER_POSITION)[number];