import { Theme } from '@leafygreen-ui/lib'; export declare const inputOptionClassName: string; interface InputOptionStyleArgs { theme: Theme; disabled?: boolean; highlighted?: boolean; isInteractive?: boolean; } export declare const getInputOptionStyles: ({ theme, disabled, highlighted, isInteractive, }: InputOptionStyleArgs) => string; export declare const getInputOptionWedge: ({ disabled, highlighted, }: InputOptionStyleArgs) => string; export {}; //# sourceMappingURL=InputOption.style.d.ts.map