import type { BoxStyleProps } from "@twilio-paste/box"; import type { HelpTextVariants } from "@twilio-paste/help-text"; import type { InputVariants } from "@twilio-paste/input"; import type { Item } from "./types"; type IndexedItem = Item & { index: number; }; export declare const getIndexedItems: (items: Item[]) => IndexedItem[]; export declare const getGroupedItems: (items: IndexedItem[], groupItemsBy: string) => any; export declare const getHelpTextVariant: (variant: InputVariants, hasError: boolean | undefined) => HelpTextVariants; export declare const visuallyHiddenStyles: BoxStyleProps; export {}; //# sourceMappingURL=helpers.d.ts.map