import { IrisTheme } from '../themes';
export declare const centered: {
    readonly position: "absolute";
    readonly top: "50%";
    readonly left: "50%";
    readonly transform: "translate(-50%, -50%)";
};
export declare const hidden: {
    position: string;
    height: string;
    width: string;
    overflow: string;
    clip: string;
};
export declare const Focus: import("styled-components").StyledComponent<"div", any, any, never>;
export declare const GlobalStyles: import("styled-components").GlobalStyleComponent<{
    theme: IrisTheme;
}, import("styled-components").DefaultTheme>;
