import { FunctionComponent } from 'react';
import { IrisProps } from '../../../utils';
type OptionProps = any;
export interface Minors {
    Option: FunctionComponent<IrisProps<OptionProps>>;
}
export declare function Option({ faux, ...props }: {
    [x: string]: any;
    faux?: boolean;
}): JSX.Element;
export {};
