import { Theme } from '@leafygreen-ui/lib'; export declare const inputOptionContentClassName: string; export declare const titleClassName: string; export declare const descriptionClassName: string; export declare const leftGlyphClassName: string; export declare const getContentWrapperStyles: ({ hasLeftGlyph, hasRightGlyph, }: { hasLeftGlyph: boolean; hasRightGlyph: boolean; }) => string; interface InputOptionStyleArgs { theme: Theme; disabled?: boolean; highlighted?: boolean; } export declare const getLeftGlyphStyles: ({ theme, disabled, highlighted, }: InputOptionStyleArgs) => string; export declare const getRightGlyphStyles: ({ theme, disabled, }: InputOptionStyleArgs) => string; export declare const textContainerStyles: string; export declare const getTitleStyles: ({ theme, highlighted, disabled, }: InputOptionStyleArgs) => string; export declare const getDescriptionStyles: () => string; export {}; //# sourceMappingURL=InputOptionContent.styles.d.ts.map