export interface BtnCoreProps { link?: string; onClick?: () => void | Promise; } export declare type Action = "back" | "edit";