export interface BorderProps { border: string; bt: string; bb: string; bl: string; br: string; borderRadius: string; } export declare type OptionalBorderProps = Partial; export declare const BorderStyles: import("styled-components").FlattenInterpolation, import("./base").ThemeInterface>>[];