/**
 * Internal dependencies
 */
import breakpoints from './breakpoint-values';
/**
 * @param {keyof typeof breakpoints} point
 * @return {string} Media query declaration.
 */
export declare const breakpoint: (point: keyof typeof breakpoints) => string;
//# sourceMappingURL=breakpoint.d.ts.map