import React from 'react';
import { DimmerDimmableProps } from './type';
declare const DimmerDimmable: {
    ({ as, className, dimmed, content, children, ...props }: DimmerDimmableProps): React.ReactElement<any, string | React.JSXElementConstructor<any>>;
    displayName: string;
};
export default DimmerDimmable;
