///
export interface Props {
level: 0 | 1 | 2;
}
export declare const boxShadows: {
0: string;
1: string;
2: string;
};
declare const Raised: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, Props>>;
export default Raised;