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