export declare function throttle(func: Function): (args: any) => void; export declare function handle_select(e: Event): void; export declare function makeDots(props: any): number[];