type Props = { accessible?: boolean; nomotion?: boolean; }; export declare const GlowingSelect: ({ accessible, nomotion }: Props) => import("react/jsx-runtime").JSX.Element; export {};