/// import { MembershipHistoryPropsType } from './types'; declare const MembershipHistory: { ({ classes, errorComponent, loadingComponent, emptyStateComponent, itemPerPageOptions, membershipPaginationClasses, paginationNextLabel, paginationPrevLabel, continueShoppingRoute, withShoppingButton, }: MembershipHistoryPropsType): JSX.Element; displayName: string; __docgenInfo: { description: string; displayName: string; props: { classes: { defaultValue: { value: string; }; description: string; name: string; required: boolean; type: { name: string; }; }; itemPerPageOptions: { defaultValue: { value: string; }; description: string; name: string; required: boolean; type: { name: string; }; }; paginationNextLabel: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; paginationPrevLabel: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; loadingComponent: { defaultValue: { value: string; }; description: string; name: string; required: boolean; type: { name: string; }; }; errorComponent: { defaultValue: { value: string; }; description: string; name: string; required: boolean; type: { name: string; }; }; membershipPaginationClasses: { defaultValue: { value: string; }; description: string; name: string; required: boolean; type: { name: string; }; }; continueShoppingRoute: { defaultValue: { value: string; }; description: string; name: string; required: boolean; type: { name: string; }; }; emptyStateComponent: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; withShoppingButton: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; }; }; }; export default MembershipHistory;