import type { TextBlockProps } from 'src/theme/themeTypes'; import type themeType from '../theme/theme'; declare function createTextBlock(useTheme: () => T): ({ text, children, ...otherProps }: TextBlockProps) => JSX.Element; export default createTextBlock;