export declare const sizes: readonly ["sm", "md"]; export declare const states: readonly ["info", "warning", "positive", "negative"]; export type HelperTextSize = typeof sizes[number]; export type HelperTextAppearance = typeof states[number];