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