import React from "react"; import type { CoverCenterContentProps, CoverProps } from "./types"; export declare function Cover({ children, minHeight, gap, as: Tag, dataAttributes, ariaAttributes, role, id, UNSAFE_className, UNSAFE_style, }: CoverProps): React.JSX.Element; export declare namespace Cover { var Center: ({ children, UNSAFE_className, UNSAFE_style, as: Tag, id, role, ariaAttributes, dataAttributes, }: CoverCenterContentProps) => React.JSX.Element; }