import { ChannelProps } from "../context/types"; export declare function Channel({ name, children }: ChannelProps): import("react").ReactNode; //# sourceMappingURL=Channel.d.ts.map