declare function composeTailwindRenderProps<T>(className: string | ((v: T) => string) | undefined, tw: string | Array<string | undefined>): string | ((v: T) => string);
declare const focusOutlineStyle: string[];
declare const inputFieldStyle: string[];
declare const groupContentStyle: string[];
declare const selectBoxIndicator: string[];

export { composeTailwindRenderProps, focusOutlineStyle, groupContentStyle, inputFieldStyle, selectBoxIndicator };
