import { PropsWithChildren } from 'react';
export declare const Select: ({ active, optionList, triggerRender, ...props }: PropsWithChildren<any>) => import("react/jsx-runtime").JSX.Element;
