/**
 *
 * @param { { onResize?: () => any } } onResize
 */
export function useFlyoutResizeUpdater({ onResize }: {
    onResize?: () => any;
}): JSX.Element;
//# sourceMappingURL=utils.d.ts.map