import * as React from 'react';
import { DrawerInstance } from 'cosmoui';
export interface PlaceFormDrawerProps extends DrawerInstance {
    placeId?: string;
}
export declare class PlaceFormDrawer extends React.Component<PlaceFormDrawerProps> {
    render(): JSX.Element;
}
