import { PixiStory } from '@pixi/storybook-renderer'; import type { StoryContext } from '@pixi/storybook-renderer'; declare const args: { value: number; width: number; height: number; fillPaddingsVertical: number; fillPaddingsHorizontal: number; animate: boolean; vertical: boolean; }; type Args = typeof args; export declare const NineSliceSprite: { render: (args: Args, ctx: StoryContext) => PixiStory; }; declare const _default: { title: string; argTypes: any; args: any; }; export default _default; //# sourceMappingURL=ProgressBarNineSliceSprite.stories.d.ts.map