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