import { Style } from '../components/Ripple'; interface RipplesContainProps { styleObj: Style; haloSpeed: number; haloInterval: number; } export declare const RipplesContain: import("styled-components").StyledComponent<"div", any, RipplesContainProps, never>; export {};