/** * 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. */ interface CustomizedLabelProps { fill?: string; opacity?: number; } export declare const StyledLabel: import("@emotion/styled").StyledComponent & CustomizedLabelProps, Pick, HTMLDivElement>, keyof import("react").ClassAttributes | keyof import("react").HTMLAttributes>, {}>; export {}; //# sourceMappingURL=styles.d.ts.map