import { type ChannelSyncPageProps } from "./channel-sync-page-utils.js"; export type { ChannelSyncPageProps } from "./channel-sync-page-utils.js"; export declare function ChannelSyncPage({ baseUrl, fetcher, className }?: ChannelSyncPageProps): import("react").JSX.Element;