/// export declare const inlineLabels: { textbox: (locals: Record, componentFactory?: ((locals: Record, textboxStyle: unknown, color: string) => JSX.Element) | undefined) => JSX.Element; }; export declare const hiddenLabels: { textbox: (locals: Record, componentFactory?: ((locals: Record, textboxStyle: unknown, color: string) => JSX.Element) | undefined) => JSX.Element; }; export declare const floatingLabels: { textbox: (locals: Record, componentFactory?: ((locals: Record, textboxStyle: unknown, color: string) => JSX.Element) | undefined) => JSX.Element; }; export declare const aboveLabels: { textbox: (locals: Record, componentFactory?: ((locals: Record, textboxStyle: unknown, color: string) => JSX.Element) | undefined) => JSX.Element; }; export * from './StatefulTextbox'; export * from './fieldTemplates'; export * from './stylesheet';