import { PropsWithChildren } from "react"; export declare const maskHeight = "var(--mask-height, 0.15em)"; export declare function Mask({ children }: PropsWithChildren<{}>): import("react/jsx-runtime").JSX.Element;