import type { OptionHTMLAttributes } from 'react';
import type { DefaultProps } from '../../types';
import '@digdir/designsystemet-web';
export type SuggestionOptionProps = OptionHTMLAttributes & DefaultProps;
/**
* A component for rendering individual options in the Suggestion list.
*
* @example
*
*
*
* Option 1
* Option 2
*
*
*/
export declare const SuggestionOption: import("react").ForwardRefExoticComponent & DefaultProps & import("react").RefAttributes>;
//# sourceMappingURL=suggestion-option.d.ts.map