import { UserAgentDeviceType } from '@bolttech/essentials';
import { Component } from '../types/components.type';
export declare function filterComponentByDevice(component: Component, userAgentDevice: UserAgentDeviceType): boolean;
