declare function symbolSize(): number; declare function symbolType(): string; declare function symbolSkew(): number; declare const bqSymbol: () => { (d: any, i: any): string; type(x: any): /*elided*/ any | typeof symbolType; size(x: any): /*elided*/ any | typeof symbolSize; skew(x: any): /*elided*/ any | typeof symbolSkew; }; export declare const types: string[]; export { bqSymbol as symbol };