import { type ReactNode } from 'react'; interface Props { children?: ReactNode; } declare function LongHairNotTooLong({ children }: Props): import("react/jsx-runtime").JSX.Element; declare const _default: typeof LongHairNotTooLong & { optionValue: string; }; export default _default;