/// import { SizeTokens, YStackProps } from 'tamagui'; export type LmDialogContentProps = YStackProps & { contentPadding?: SizeTokens; }; export declare function LmDialogContent({ children, contentPadding, ...rest }: LmDialogContentProps): JSX.Element; //# sourceMappingURL=LmDialogContent.d.ts.map