export declare const Props: {
    readonly title: {
        readonly type: StringConstructor;
        readonly default: () => string;
    };
    readonly content: StringConstructor;
    readonly icon: {
        readonly type: StringConstructor;
        readonly default: () => string;
    };
};
