export type MatchAppContainerSizeOptions = { width?: { max?: number; min?: number; }; height?: { max?: number; min?: number; }; }; export declare const useMatchAppContainerSize: ({ width, height }?: MatchAppContainerSizeOptions) => boolean | null; //# sourceMappingURL=useMatchAppContainerSize.d.ts.map