interface EditLinkConfirmationProps { description: string; onConfirm: () => void; } declare function EditLinkConfirmation({ description, onConfirm, }: EditLinkConfirmationProps): import("react/jsx-runtime").JSX.Element; export default EditLinkConfirmation; //# sourceMappingURL=Confirmation.d.ts.map