export declare const SortOptionSelectButton: ({ onClick, label, icon, isSelected, }: { onClick: () => void; label: string; icon: React.ReactNode; isSelected: boolean; }) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=OptionSelectButton.d.ts.map