import type { Property } from 'grapesjs';
import { SectorProps } from '.';
export declare function isFull(property: Property): boolean;
export declare function PropertyComponent({ property }: {
    property: Property;
}): import("react/jsx-runtime").JSX.Element;
export declare function StyleSectorProperties({ properties }: {
    properties: Property[];
}): import("react/jsx-runtime").JSX.Element;
export default function SectorGeneric({ sector }: SectorProps): import("react/jsx-runtime").JSX.Element;
