import type { ComponentApi } from '@muban/muban';
import type { Args, StrictArgTypes } from '@storybook/types';
export declare function applyActionArgs(componentInstance: ComponentApi | undefined, argTypes: StrictArgTypes, args: Args): void;
