import type { BuilderDataProps } from '../../types/builder-props'; export type TextProps = { text?: string; } & BuilderDataProps;