import type { CustomMediaByViewport, CustomMediaByViewportUnion } from "../../../interfaces/general/tools/customMedia.ts"; import type { Breakpoints } from "../../../interfaces/general/tools/index.ts"; import type { DefaultViewports, Viewports, ViewportsTuple } from "../../../interfaces/general/tools/viewports.ts"; export declare const getUsingViewports: (breakpoints: Breakpoints['breakpoints']) => Vt; export declare const getCustomMediaKey: (layoutName: Viewports, rule?: 'to' | 'from') => CustomMediaByViewportUnion; export declare function processCustomMedia({ breakpoints }: Pick, 'breakpoints'>): CustomMediaByViewport;