import { IconProps } from '../lib';
declare function Power(props: IconProps): JSX.Element;
export default Power;
