import { ComponentStoryFormat } from '../utils/StoryUtils.js'; export interface BaseArgs { label: string; value: string; data: object; hint: string; error: string; disabled: boolean; clearable: boolean; suffix: string; prefix: string; clear: string; } export declare const LabelStory: (tagName: string) => ComponentStoryFormat; export declare const HintStory: (tagName: string) => ComponentStoryFormat; export declare const ErrorStory: (tagName: string) => ComponentStoryFormat; export declare const ValueStory: (tagName: string, inputValue?: string | number | string[]) => ComponentStoryFormat; export declare const PrefixStory: (tagName: string) => ComponentStoryFormat; export declare const SuffixStory: (tagName: string) => ComponentStoryFormat; export declare const ClearableStory: (tagName: string, inputValue?: string | number | string[]) => ComponentStoryFormat; export declare const CustomClearableSlot: (tagName: string, inputValue?: string | number | string[]) => ComponentStoryFormat; export declare const DisabledStory: (tagName: string, inputValue?: string | number | string[]) => ComponentStoryFormat; //# sourceMappingURL=OmniInputStories.d.ts.map