import type { AllHTMLAttributes, ReactNode } from 'react'; export type StatesSuggestionListItemProps = { children?: ReactNode; } & AllHTMLAttributes; declare const StatesSuggestionListItem: ({ children, ...props }: StatesSuggestionListItemProps) => import("react/jsx-runtime").JSX.Element; export default StatesSuggestionListItem; //# sourceMappingURL=StatesSuggestionListItem.d.ts.map