export declare function isFocusTrap(element?: Element | null, ...ids: Array<string | null | undefined>): boolean;
