declare function DesignCanvas({ children, minScale, maxScale, style }: { children: any; minScale: any; maxScale: any; style: any; }): import("react/jsx-runtime").JSX.Element; declare function DCSection({ id, title, subtitle, children, gap }: { id: any; title: any; subtitle: any; children: any; gap?: number; }): import("react/jsx-runtime").JSX.Element; declare function DCArtboard(): any; declare function DCPostIt({ children, top, left, right, bottom, rotate, width }: { children: any; top: any; left: any; right: any; bottom: any; rotate?: number; width?: number; }): import("react/jsx-runtime").JSX.Element; export { DesignCanvas, DCSection, DCArtboard, DCPostIt };