import type { HTMLProps } from 'react'; import type { StudioLayoutChildrenConfigProps } from '../public/types'; export interface CanvasContentProps { children?: StudioLayoutChildrenConfigProps; overlayProps?: HTMLProps; } declare const _default: import("react").NamedExoticComponent; export default _default;