import { NameAnd } from "@focuson/utils";
export declare function ButtonFromPage({ button, buttons }: {
    button: string | undefined;
    buttons: NameAnd<JSX.Element>;
}): JSX.Element;
