import { Orient, SignalRef } from 'vega'; import { FacetChannel } from '../../channel'; import { Config } from '../../config'; import { Header } from '../../header'; import { HeaderChannel } from './component'; /** * Get header channel, which can be different from facet channel when orient is specified or when the facet channel is facet. */ export declare function getHeaderChannel(channel: FacetChannel, orient: Orient): HeaderChannel; export declare function getHeaderProperty

>(prop: P, header: Header, config: Config, channel: FacetChannel): Header[P]; export declare function getHeaderProperties(properties: (keyof Header)[], header: Header, config: Config, channel: FacetChannel): Header; //# sourceMappingURL=common.d.ts.map