import { ElementType, HTMLHopeProps } from "../types";
export declare type SelectOptionIndicatorProps = HTMLHopeProps;
/**
* Visual indicator rendered when the option is selected.
*/
export declare function SelectOptionIndicator(props: SelectOptionIndicatorProps): import("solid-js").JSX.Element;
export declare namespace SelectOptionIndicator {
var toString: () => string;
}
//# sourceMappingURL=select-option-indicator.d.ts.map