import { default as React } from 'react'; export declare const basicOptions: { label: string; value: string; }[]; export declare const multipleOptions: { label: string; value: string; }[]; export declare const sizeOptions: { label: string; value: string; }[]; export declare const disabledItemsOptions: ({ label: string; value: string; disabled?: undefined; } | { label: string; value: string; disabled: boolean; })[]; export declare const HeartIcon: (props: React.SVGProps) => React.JSX.Element; export declare const StarIcon: (props: React.SVGProps) => React.JSX.Element; export declare const FireIcon: (props: React.SVGProps) => React.JSX.Element; export declare const iconOptions: { label: string; value: string; icon: (props: React.SVGProps) => React.JSX.Element; }[];