import { Style } from '../type'; interface wrapperProps { styleObj: Style; name: string; haloSpeed: number; haloInterval: number; aniamteName?: string; } export declare const LczRipplesWrapper: import("styled-components").StyledComponent<"div", any, wrapperProps, never>; export declare function getAnimateStyle(props: wrapperProps): string; export {};