export interface XMarkIconProps { svgAttrs?: SVGProps; } import { SVGProps } from "../types"; declare function XMarkIcon(props: XMarkIconProps): import("react/jsx-runtime").JSX.Element; export default XMarkIcon;