import * as React from 'react';
type Props = {
    gap: number;
};
declare const MessageComponentSkeleton: React.FC<Props>;
export default MessageComponentSkeleton;
