///
declare const Pulse: import("styled-components").StyledComponent, HTMLDivElement>, "ref">, "as" | keyof import("../../private/utils/composers").ComposedBoxProps> & {
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject | null | undefined;
} & {
index: number;
}, never>;
export { Pulse };