export function Wave({
  name,
  absoluteTop,
  absoluteBottom,
  height,
  bgColor,
  autoHeight
}: {
  name: string;
  absoluteTop?: boolean;
  absoluteBottom?: boolean;
  height?: number;
  bgColor?: string;
  autoHeight?: boolean;
}): JSX.Element;

export default Wave;
//# sourceMappingURL=index.d.ts.map
