import { CSSStyle, CodeSample } from './_shared'; import { ZLocale_Props } from './Locale.props'; export * from './Locale.helpers'; export * from './Locale.props'; export type ZLocale_CodeProps = ZLocale_Props & { style?: CSSStyle; }; declare function Web(props: ZLocale_CodeProps): CodeSample; export declare const Locale: { name: string; category: "atoms"; slots: never[]; web: typeof Web; };