import { Props } from '@bolttech/essentials';
export declare type CustomMessageProps = Props<{
    image?: string;
    title?: string;
    subtitle?: string;
    url?: string;
    textAlign?: string;
    titleSize?: string;
    subtitleSize?: string;
}>;
