import type { Args } from 'storybook/internal/csf'; export declare const useArgs: (storyId: string, storyStore: any) => [Args, (args: Args) => void, (argNames?: string[]) => void];