import React from 'react'; import type { MobileCardProps } from './props.js'; declare const DSMobileCardWithSchema: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").DocumentedReactComponent; export { DSMobileCardWithSchema }; declare const _default: React.ForwardRefExoticComponent<{ height: "s" | "m"; details: string[]; children: React.ReactNode | React.ReactNode[]; value: number; leftProp: JSX.Element | JSX.Element[]; leftAddOn: JSX.Element | JSX.Element[]; rightProp: JSX.Element[]; subText: string[]; subIcons: JSX.Element | JSX.Element[]; expandable: boolean; expandedContent: JSX.Element | JSX.Element[]; cardContent: JSX.Element | JSX.Element[]; } & { theme?: import("styled-components").DefaultTheme | undefined; }>; export default _default;