import { StyleProp, ViewStyle } from 'react-native'; export type DialogChildProps = { style?: StyleProp; }; export type DialogActionChildProps = DialogChildProps & { compact?: boolean; uppercase?: boolean; }; //# sourceMappingURL=utils.d.ts.map