import type { PropsWithChildren } from 'react';
declare function Label({ children, }: PropsWithChildren<Record<string, unknown>>): JSX.Element;
export default Label;
