import { PropsWithChildren } from "react"; interface Props { align?: "inherit" | "left" | "right" | "center" | "justify"; variant?: "inherit" | "h5" | "button" | "caption" | "h1" | "h2" | "h3" | "h4" | "h6" | "subtitle1" | "subtitle2" | "body1" | "body2" | "overline"; } export declare const NoUsageData: ({ children, align, variant, }: PropsWithChildren) => import("react/jsx-runtime").JSX.Element; export {};