import { StandardOptions } from './PropsType'; declare function createStandard(options: StandardOptions): void; export default createStandard;