/// import { BackgroundProps } from '../Background'; export interface MaskProps { background?: Partial; isActive?: boolean; } export default function Mask({ background, isActive }: MaskProps): JSX.Element; //# sourceMappingURL=index.d.ts.map