export declare function GuardButton({ cond, children }: {
    cond: string[];
    children: JSX.Element;
}): import("react/jsx-runtime").JSX.Element;
