import { type LocalizationContextProps } from "../stores/localization";
import type { DecoratorFunction, Renderer } from "storybook/internal/csf";
export declare function localizationDecorator<TRenderer extends Renderer, TArgs>(props: LocalizationContextProps): DecoratorFunction<TRenderer, TArgs>;
