import type { CSSObject, Theme } from "@emotion/react"; type DisabledStylesProps = { theme: Theme; }; export declare function getDisabledStyles({ theme }: DisabledStylesProps): CSSObject; export {};