import React from "react";
export declare const Label: ({ label }: {
    label?: string;
}) => React.JSX.Element | null;
