import { BreakpointConfig, ThresholdsConfig } from './types'; export declare const vaBreakpointSymbol: unique symbol; export declare const defaultThresholds: ThresholdsConfig; export declare const getBreakpointDefaultConfig: () => BreakpointConfig; export * from './types';