import type { StoryObj } from "@storybook/react"; declare const _default: { title: string; argTypes: { onChange: { action: string; }; }; }; export default _default; export declare const WithLabels: StoryObj; export declare const FormGroupExample: StoryObj;