import type { PropsWithChildren } from 'react'; import type { TextBlockProps as BaseTextBlockProps } from '@shopify/admin-ui-extensions'; export { TextBlock } from './TextBlock'; export type TextBlockProps = PropsWithChildren; //# sourceMappingURL=index.d.ts.map