import { GetStandardLayoutCreatorProps, Layout, LayoutProps } from '../types'; export declare const getStandardLayoutCreator: ({ brush }: GetStandardLayoutCreatorProps) => ({ containerWidth, containerHeight, padding }: LayoutProps) => Layout; export declare const defaultLayoutCreator: ({ containerWidth, containerHeight, padding }: LayoutProps) => Layout;