import { FunctionComponent } from 'react';
type Props = {
    patternId: string;
    children: any;
};
declare const PatternLoad: FunctionComponent<Props>;
export default PatternLoad;
