import React from 'react';
interface LabelProps {
    label?: string;
    tooltip?: string;
}
export declare const Label: React.FC<LabelProps>;
export {};
