import { Property } from '@argent/x-shared/simulation'; import { FlexProps } from '@chakra-ui/react'; import { FC } from 'react'; import { HideComponentWithChildren } from '../types'; interface AmountPropertyProps extends Omit { property: Extract; hideComponent?: HideComponentWithChildren; } export declare const AmountProperty: FC; export {};