export type { PageControlCommonProps, PageControlStateProps, PageControlStylesProps, PageControlVariantStylesType, PageControlStateKeys, PageControlStylesType, IPageControlStandAlone, PageControlType, ArrowsControlCommonProps, ArrowsControlVariantStylesType, PageControlArrowControlType, } from './types';
export { PageControlState, ArrowsControlState, PageControlDirectionType } from './types';
export { PageControl } from './pageControl';
