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