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