export declare const MIN_COMPOSER_HEIGHT: number | undefined;
export declare const MAX_COMPOSER_HEIGHT = 200;
export declare const DEFAULT_PLACEHOLDER = "Type a message...";
export declare const DATE_FORMAT = "D MMMM";
export declare const TIME_FORMAT = "LT";
export declare const TEST_ID: {
    WRAPPER: string;
    LOADING_WRAPPER: string;
    SEND_TOUCHABLE: string;
};
