interface Props { padding?: string; } /** * Generic Centring Component */ export declare const Centred: import("styled-components").StyledComponent<"div", any, Props, never>; export {};