import { OptionProps } from './interfaces';
export { OptionProps };
declare const Option: ({ option, highlightText, triggerVariant, ...restProps }: OptionProps) => JSX.Element | null;
export default Option;
