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