import { ComponentInterface } from '../../stencil-public-runtime';
export declare class DraggableSheet implements ComponentInterface {
  componentDidLoad(): void;
  render(): any;
}
