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