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