export function commonLayerProps(formData: any, setTooltip: any, setTooltipContent: any, onSelect: any): { onClick: ((o: any) => void) | undefined; onHover: ((o: any) => void) | undefined; pickable: boolean; }; export function getAggFunc(type?: string, accessor?: null): (arr: any) => any; //# sourceMappingURL=common.d.ts.map