import { CodeSample } from './_shared'; import { ZFooter_Props } from './Footer.props'; export * from './Footer.props'; export type ZFooter_CodeProps = ZFooter_Props; declare function CSS(props: ZFooter_CodeProps): CodeSample; declare function Web(props: ZFooter_CodeProps): CodeSample; declare function Vue(props: ZFooter_CodeProps): CodeSample; declare function React(props: ZFooter_CodeProps): CodeSample; export declare const Footer: { name: string; category: "organisms"; slots: never[]; css: typeof CSS; vue: typeof Vue; react: typeof React; web: typeof Web; };