export default PlaygroundSidebarPatternListItem;
declare class PlaygroundSidebarPatternListItem extends React.Component<any, any, any> {
    constructor(props: any);
    state: {
        selectedTemplate: {
            label: any;
            value: any;
        };
    };
    render(): JSX.Element;
}
declare namespace PlaygroundSidebarPatternListItem {
    export const contextType: React.Context<{}>;
    export namespace propTypes {
        export const pattern: PropTypes.Validator<object>;
    }
}
import React from "react";
import PropTypes from "prop-types";
//# sourceMappingURL=page-builder-pattern-list-item.d.ts.map