/**
 * 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
 */
/// <reference types="react" />
export declare const StyledInputLabel: import("@emotion/styled").StyledComponent<{
    children?: import("react").ReactNode;
    classes?: Partial<import("@mui/material/InputLabel").InputLabelClasses> | undefined;
    color?: "success" | "info" | "warning" | "error" | "primary" | "secondary" | undefined;
    disableAnimation?: boolean | undefined;
    disabled?: boolean | undefined;
    error?: boolean | undefined;
    focused?: boolean | undefined;
    margin?: "dense" | undefined;
    required?: boolean | undefined;
    shrink?: boolean | undefined;
    size?: import("@mui/types").OverridableStringUnion<"small" | "normal", import("@mui/material/InputLabel").InputLabelPropsSizeOverrides> | undefined;
    sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
    variant?: "standard" | "filled" | "outlined" | undefined;
} & Pick<import("@mui/material").FormLabelOwnProps, "color" | "filled"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, "ref"> & {
    ref?: ((instance: HTMLLabelElement | null) => void) | import("react").RefObject<HTMLLabelElement> | null | undefined;
}, keyof import("@mui/material/OverridableComponent").CommonProps | "children" | "sx" | "variant" | "color" | "error" | "filled" | "margin" | "disabled" | "required" | "size" | "focused" | "disableAnimation" | "shrink"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
//# sourceMappingURL=styles.d.ts.map