import type { DeepPartial, FlowbiteClass } from 'flowbite-angular';
/**
 * Required properties for the class generation of `ModalBodyComponent`
 */
export interface ModalBodyProperties {
    customStyle: DeepPartial<ModalBodyTheme>;
}
/**
 * Theme definition for `ModalBodyComponent`
 */
export interface ModalBodyTheme {
    root: {
        base: string;
    };
}
/**
 * Default theme value for `ModalBodyComponent`
 */
export declare const modalBodyTheme: ModalBodyTheme;
/**
 * Generated class definition for `ModalBodyComponent`
 */
export type ModalBodyClass = FlowbiteClass;
