import type { ClConfirmAction, ClConfirmOptions, ClToastOptions } from "../../types"; import type { UiInstance } from "../../hooks"; export type ClPageUiProps = { className?: string; };