import 'bootstrap/dist/css/bootstrap.css';
import React from 'react';
import { DivProps } from 'react-html-props';
export interface SillyPasswordGeneratorProps extends DivProps {
}
export declare const SillyPasswordGenerator: ({ ...props }: SillyPasswordGeneratorProps) => React.JSX.Element;
