/// declare const _default: { title: string; component: { ({ prevLabel, nextLabel, classes, totalData, displayPerPage, currentPage, onRefetch, }: import("../type").PaginationPropsType): JSX.Element; displayName: string; __docgenInfo: { description: string; displayName: string; props: { totalData: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; displayPerPage: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; prevLabel: { defaultValue: { value: string; }; description: string; name: string; required: boolean; type: { name: string; }; }; nextLabel: { defaultValue: { value: string; }; description: string; name: string; required: boolean; type: { name: string; }; }; classes: { defaultValue: { value: string; }; description: string; name: string; required: boolean; type: { name: string; }; }; currentPage: { defaultValue: { value: number; }; description: string; name: string; required: boolean; type: { name: string; }; }; onRefetch: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; }; }; }; parameters: { docs: { source: { code: string; }; description: { component: string; }; }; }; argTypes: { classes: { name: string; type: { name: string; required: boolean; }; description: string; table: { type: { summary: string; detail: string; }; }; control: { disable: boolean; }; }; prevLabel: { name: string; description: string; control: string; }; nextLabel: { name: string; description: string; control: string; }; totalData: { description: string; defaultValue: number; control: string; }; displayPerPage: { description: string; defaultValue: number; control: string; }; currentPage: { description: string; defaultValue: number; control: string; }; onRefetch: {}; }; }; export default _default; export declare const Default: { (args: any): JSX.Element; parameters: any; };