import { ExtendedObjectSchemaType } from '../schemaTypes';

export declare const positionButtons: {
    value: string;
    icon: string;
    tooltip: string;
}[];
export declare const LAYOUT_ELEMENT_PROPERTIES_SCHEMA: ExtendedObjectSchemaType['properties'];
