declare const CLASS_PREFIX = "md-meeting-row-content";
declare const DEFAULTS: {};
declare const STYLE: {
    startSection: string;
    border: string;
    middleSection: string;
    endSection: string;
    startSectionNoImage: string;
};
export { CLASS_PREFIX, DEFAULTS, STYLE };
