export declare const useSizer: (props: { containerId: string; }) => { width: number; height: number; };