export type EditPageButtonProps = {
    to: string;
};
export declare function EditPageButton({ to }: EditPageButtonProps): JSX.Element;
