import { DefaultConferencingScreen_Elements } from '@100mslive/types-prebuilt'; import { SidePaneOption } from '../../common/constants'; export declare const useSidepaneResetOnLayoutUpdate: (layoutKey: keyof DefaultConferencingScreen_Elements, sidepaneOption: SidePaneOption) => void;