import { Button } from "./button.interface"; import { Lucide } from "./lucide.interface"; export interface EmptyDataInfo { description?:string, icon?: Lucide, button?:Button }