declare type Slot = 'LEFT' | 'RIGHT' | 'TOP' | 'BOTTOM'; export declare const legendAutoLayout: (slot?: Slot) => (helper: any) => void; export declare const generateTicks: (dictionary: Object) => (helper: any) => void; export {};