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