/** * @file /src/constants/pageBorders.ts * @name PageBorders * @description Constants for page borders in the editor. */ import { BorderConfig } from "../types/page"; export declare const DEFAULT_PAGE_BORDER_CONFIG: BorderConfig; //# sourceMappingURL=pageBorders.d.ts.map