export interface MinimizedViewProps {
    title: string;
    description: string;
    buttonText?: string;
    onPress?: () => void;
    testID?: string;
}
//# sourceMappingURL=type.d.ts.map