import { AnyRecord, IJSX, StyledComponentProps } from '@codeleap/styles'; import { PaginationIndicatorProps } from './types'; export * from './styles'; export * from './types'; export declare const PaginationIndicator: { (props: PaginationIndicatorProps): import("react/jsx-runtime").JSX.Element | null; styleRegistryName: string; elements: string[]; rootElement: string; withVariantTypes(styles: S): (props: StyledComponentProps) => IJSX; defaultProps: PaginationIndicatorProps; }; //# sourceMappingURL=index.d.ts.map