import { GetFacetLayoutCreatorProps, Layout, LayoutProps } from '../types'; export declare const getFacetLayoutCreator: ({ row, column, gap }: GetFacetLayoutCreatorProps) => ({ containerWidth, containerHeight, padding }: LayoutProps) => Layout;