import * as React from "react";
export declare const Legend: React.NamedExoticComponent<{
    children?: React.ReactNode | undefined;
} & React.RefAttributes<HTMLLegendElement>>;
