import { ListOptionProps } from './list-option.type'; declare const ListOption: (props: ListOptionProps) => import("react/jsx-runtime").JSX.Element; export default ListOption; //# sourceMappingURL=list-option.d.ts.map