import { TFancyDropDownULWithHTMLAttrs } from './TFancyDropDownUL.model'; export default function FancyDropDownUL({ children, isOpen, themeType, layer, ...styledProps }: TFancyDropDownULWithHTMLAttrs): import("react/jsx-runtime").JSX.Element;