import { AlloyCrudCard } from "../crud/crud.model"; import { AlloyCardIconAction } from "../../tissue/card/card.model"; import { AlloyForm } from "../form/form.model"; export declare class AlloyProfile { id: string; className: string; action: string; profileForm: AlloyForm; data: any; sample: AlloyCardIconAction; details: AlloyCrudCard; constructor(res?: any); }