import type { Meta, StoryFn } from '@storybook/react'; import type { FormControlProps } from '@pega/cosmos-react-core'; declare const _default: Meta; export default _default; interface ListToolbarStoryProps { required: FormControlProps['required']; info: FormControlProps['info']; status: FormControlProps['status']; createNewLabel: string; showAdditionalInfo?: boolean; showKeyboardInstructions?: boolean; numberOfSelected: number; bulkButton: boolean; bulkButtonLabel: string; } export declare const ListToolbarDemo: StoryFn; export declare const SimpleToolbarDemo: StoryFn; //# sourceMappingURL=ListToolbar.stories.d.ts.map