export declare class UpdateGalleryDto {
    title: string;
    image: any;
    isActive: boolean;
}
