type Config = { [key: string]: string; }; export declare const getPadding: (aspectRatio: keyof Config) => string; export {};