interface RichType { children: any; visible: boolean; opacity?: any; } declare const MaskIndex: (props: RichType) => import("react/jsx-runtime").JSX.Element; export default MaskIndex;