import { TransformComponent as TC } from '../runtime'; export type MaybeTooltipOptions = { channel: string | string[]; }; /** * Infer tooltip channel from specified channel. */ export declare const MaybeTooltip: TC;