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