/** * Copyright (c) ACT, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ import { ThemeOptions } from '@mui/material/styles'; export declare const LARGE_RADIUS_VALUE = 1000; export declare const LARGE_RADIUS: { borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius | readonly NonNullable | undefined>[] | undefined; borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius | readonly NonNullable | undefined>[] | undefined; borderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius | readonly NonNullable | undefined>[] | undefined; borderTopRightRadius?: import("csstype").Property.BorderTopRightRadius | readonly NonNullable | undefined>[] | undefined; borderRadius?: import("csstype").Property.BorderRadius | readonly NonNullable | undefined>[] | undefined; }; export declare const components: ThemeOptions['components']; export default components; //# sourceMappingURL=components.d.ts.map