export declare const BREAKPOINT_PHONE = "PHONE"; export declare const BREAKPOINT_TABLET_PORTRAIT = "TABLET_PORTRAIT"; export declare const BREAKPOINT_TABLET_LANDSCAPE = "TABLET_LANDSCAPE"; export declare const BREAKPOINT_DESKTOP = "DESKTOP"; export declare const BREAKPOINT_DESKTOP_HD = "DESKTOP_HD"; export declare const DISPLAY_ON_PHONE = "phone"; export declare const DISPLAY_ON_TABLET_PORTRAIT = "tablet-portrait"; export declare const DISPLAY_ON_TABLET_LANDSCAPE = "tablet-landscape"; export declare const DISPLAY_ON_DESKTOP = "desktop"; export declare const DISPLAY_ON_DESKTOP_HD = "desktop-hd"; export type DisplayOnType = typeof DISPLAY_ON_PHONE | typeof DISPLAY_ON_TABLET_PORTRAIT | typeof DISPLAY_ON_TABLET_LANDSCAPE | typeof DISPLAY_ON_DESKTOP | typeof DISPLAY_ON_DESKTOP_HD; export declare function shouldDisplayAtBreakpoint(breakpoint: string, displayOn: DisplayOnType): boolean; export declare const getBreakPoint: (w: number) => { breakpoint: string; showLabels: boolean; showSeparators: boolean; }; export type ReactChildType = React.ReactNode; export declare function uniqueId(): string; //# sourceMappingURL=index.d.ts.map