///
import type { Meta, Story } from "@storybook/react";
import type { ArgType } from "@storybook/addons";
export declare function getStoryFactory>(params: {
sectionName: string;
wrappedComponent: Record ReturnType>;
/** https://storybook.js.org/docs/react/essentials/controls */
argTypes?: Partial>;
defaultWidth?: number;
}): {
meta: Meta;
getStory: (props: Props) => Story;
};
export declare function logCallbacks(propertyNames: readonly T[]): Record void>;