import React, { ComponentType, PropsWithChildren } from 'react'; declare const _default: { title: string; component: (props: import("./SearchPagination").SearchPaginationProps) => React.JSX.Element; decorators: ((Story: ComponentType>) => React.JSX.Element)[]; }; export default _default; export declare const Default: () => React.JSX.Element; export declare const CustomPageLimitLabel: () => React.JSX.Element; export declare const CustomPageLimitText: () => React.JSX.Element; export declare const CustomPageLimitOptions: () => React.JSX.Element;