/** * Get the size of Graph. * @param container container of Graph * @returns Size of Graph */ export declare function sizeOf(container: HTMLElement | null): [number, number];