declare const three_dots: { _: { width: number; height: number; paths: { d: string; }[]; }; }; export default three_dots;