import React from 'react'; import { InputOptionContentProps } from './InputOptionContent.types'; /** * @internal * * This is a temp workaround to add consistent option styles. * Once all components that use an input option are consistent * we can add this directly inside `InputOption`. */ export declare const InputOptionContent: { ({ children, description, leftGlyph, rightGlyph, preserveIconSpace, className, ...rest }: InputOptionContentProps): React.JSX.Element; displayName: string; }; //# sourceMappingURL=InputOptionContent.d.ts.map