import { TransformComponent as TC } from '../runtime'; export type MaybeTitleOptions = { channel?: string; }; /** * Infer title channel from x-position channel. */ export declare const MaybeTitle: TC;