import { CardProps } from 'tamagui'; import { PropsWithChildren, ReactNode } from 'react'; export type LmCardProps = PropsWithChildren; export declare const LmCard: ({ bouncy, title, subTitle, footer, image, children, theme, ...cardProps }: LmCardProps) => JSX.Element; //# sourceMappingURL=LmCard.d.ts.map