import { ComponentType } from 'react';
export declare function withFocusRing<Props>(component: ComponentType<Props>): import("styled-components").StyledComponent<ComponentType<Props>, any, Props & {
    $border?: boolean;
}, never>;
//# sourceMappingURL=withFocusRing.d.ts.map