import React, { type PropsWithChildren } from 'react';
type DisplayProps = {
    mq: symbol;
} & PropsWithChildren;
export declare const Display: React.FunctionComponent<DisplayProps>;
export {};
//# sourceMappingURL=Display.d.ts.map