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