/// <reference types="react" />
interface Props {
    color?: string;
    boxSize?: string;
}
export declare const BlinkInnerGreen: (props: Props) => JSX.Element;
export declare const BlinkOuterGreen: (props: Props) => JSX.Element;
export {};
