import type { WithMediaQueryInnerProps, WithMediaQueryStyleProps } from '../../../../libs/fsresponsive'; import type { FC } from 'react'; import type { OpaqueAccountOrdersInstanceId } from '../../common/models/unique-props'; import type { WithConditionalProps, WithDataTextProps } from '../../frameworks/property-binding'; import type { BaseContainerProps, StandardContainerProps } from '../../models'; interface PreStandardizedBaseAccountOrdersZoneProps extends BaseContainerProps { instanceId?: OpaqueAccountOrdersInstanceId | string; } declare type BaseAccountOrdersZoneProps = WithMediaQueryInnerProps>; export declare type AccountOrdersZoneProps = WithConditionalProps & WithDataTextProps, 'instanceId'>; export declare const AccountOrdersZone: FC; export default AccountOrdersZone;