import { Property } from '@argent/x-shared/simulation'; import { FC } from 'react'; interface TextPropertyProps { property: Extract; } export declare const TextProperty: FC; export {};