import { DISPLAY_INFO_ITEM_CONTENT_TYPES } from "../../../utils/enums";
export declare class SlDisplayInfoItemCustomContent {
    /** Apply correct styling in relation with the type of the content */
    type: DISPLAY_INFO_ITEM_CONTENT_TYPES | `${DISPLAY_INFO_ITEM_CONTENT_TYPES}`;
    render(): any;
}
