/// <reference types="react" />
declare const CnLayoutAsidePrototype: {
    title: string;
    componentName: string;
    icon: import("react").JSX.Element;
    docUrl: string;
    isContainer: boolean;
    configure: ({
        name: string;
        title: string;
        initialValue: boolean;
        display: string;
    } | {
        name: string;
        title: string;
        initialValue: {
            type: string;
            value: string;
        };
        display: string;
    })[];
};
export { CnLayoutAsidePrototype };
