export declare function hasDisplayScreen(): {
    display({ mobile, tablet, laptop }: {
        [key: string]: number | string;
    }): void;
};
