import type { PageControl } from "../../types/components/carousel";
declare const PageControl: any;
type PageControl = ReturnType<typeof PageControl>;
export default PageControl;
