/**
 * 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.
 *
 * @prettier
 */
import { ThemeOptions } from '@mui/material/styles';
export declare const LARGE_RADIUS_VALUE = 1000;
export declare const LARGE_RADIUS: {
    borderBottomLeftRadius?: import("csstype").Property.BorderBottomLeftRadius<string | number> | NonNullable<import("csstype").Property.BorderBottomLeftRadius<string | number> | undefined>[] | undefined;
    borderBottomRightRadius?: import("csstype").Property.BorderBottomRightRadius<string | number> | NonNullable<import("csstype").Property.BorderBottomRightRadius<string | number> | undefined>[] | undefined;
    borderTopLeftRadius?: import("csstype").Property.BorderTopLeftRadius<string | number> | NonNullable<import("csstype").Property.BorderTopLeftRadius<string | number> | undefined>[] | undefined;
    borderTopRightRadius?: import("csstype").Property.BorderTopRightRadius<string | number> | NonNullable<import("csstype").Property.BorderTopRightRadius<string | number> | undefined>[] | undefined;
    borderRadius?: import("csstype").Property.BorderRadius<string | number> | NonNullable<import("csstype").Property.BorderRadius<string | number> | undefined>[] | undefined;
};
export declare const components: ThemeOptions['components'];
export default components;
//# sourceMappingURL=components.d.ts.map