import { SuggestionFeedback } from '../../spaces/spaces.constants'; export declare class SuggestionFeedbackDto { feedback: SuggestionFeedback; } export declare class ReqSuggestionFeedbackDto { data: SuggestionFeedbackDto; }