import React from 'react'; import type { Theme } from '../../types'; import { TextProps } from './Text'; type Props = TextProps & { align?: 'center' | 'left' | 'right'; theme: Theme; }; declare const _default: React.ComponentType & { theme?: import("@callstack/react-theme-provider").$DeepPartial | undefined; }> & import("@callstack/react-theme-provider/typings/hoist-non-react-statics").NonReactStatics & (({ align, children, theme, ...rest }: Props) => React.JSX.Element), {}>; export default _default; //# sourceMappingURL=Title.d.ts.map