export default function BtnRender({ Tem, def }: {
    Tem: any;
    def: any;
}): import("react/jsx-runtime").JSX.Element;
