import { Theme } from '@plurid/plurid-themes';
export interface IStyledHR {
    theme: Theme;
}
export declare const StyledHR: import("styled-components").StyledComponent<"hr", any, IStyledHR, never>;
